.fullscreen.bg-img {
    height: 100%;
}

.white-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.groupstatement-wrap {
    height: 100%;
    margin-top: 40px;
}

.groupstatement-wrap .base-wrap:nth-child(2) {
    overflow: scroll;
    height: calc(100% - 94px);
    -webkit-overflow-scrolling: touch;
}

.MScroll {
    overflow: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
